projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aeb704
)
Add a forgotten static
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 9 Jul 2011 03:43:31 +0000
(23:43 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 9 Jul 2011 19:33:28 +0000
(15:33 -0400)
gtk/a11y/gtklabelaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtklabelaccessible.c
b/gtk/a11y/gtklabelaccessible.c
index b839fd0dce15829a9518fa1b842d8c2fa6fe7ff1..fda3f52f6f3de0e1ef6026473accf1e8d26f03d6 100644
(file)
--- a/
gtk/a11y/gtklabelaccessible.c
+++ b/
gtk/a11y/gtklabelaccessible.c
@@
-151,7
+151,7
@@
gtk_label_accessible_ref_state_set (AtkObject *accessible)
return state_set;
}
-AtkRelationSet *
+
static
AtkRelationSet *
gtk_label_accessible_ref_relation_set (AtkObject *obj)
{
GtkWidget *widget;